home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / source14.zip / SOURCE.CFG < prev    next >
Text File  |  1993-04-22  |  4KB  |  191 lines

  1. ; SOURCE.CFG
  2. ; Copyright Rick Maddy 1992, 1993.
  3.  
  4. ; Changes:
  5.  
  6. ; Version 1.01 to 1.1
  7. ;     - None
  8.  
  9. ; Version 1.1 to 1.2
  10. ;     - None
  11.  
  12. ; Version 1.2 to 1.3
  13. ;     - None
  14.  
  15. ; Version 1.3 to 1.4
  16. ;     - Added 'P' option.
  17. ;     - Updated 't' option.
  18. ;     - Added 'O' option.
  19. ;     - Added 'L' option.
  20. ;     - Added 'j' & 'J' options.
  21. ;     - Added 'Q' option.
  22. ;     - Added 'W' option.
  23. ;     - Updated 'Screen', 'Small', and 'Text' definitions.
  24. ;     - Added '.com' extension to 'z' option.
  25. ;     - Changed 'c' and 'k' options for bold as default.
  26. ;     - Added 'T' option.
  27. ;     - Added 'm' and 'M' option.
  28. ;     - Added 'E' option.
  29.  
  30. ; This is the default configuration used by SOURCE.  This may be changed
  31. ; in any manner to suit your own needs.  All these values are hardcoded into
  32. ; SOURCE as the base defaults incase no configuration file can be found.
  33.  
  34. begin Default
  35.  
  36. ; Set tabs to eight spaces starting in column 1.
  37. -t1,8
  38.  
  39. ; Turn on block tracing.  Print lines adjacent to block.
  40. -b
  41. -L0,0
  42.  
  43. ; Turn on bold highlighted comments.
  44. -cb
  45.  
  46. ; Turn on bold highlighted keywords.
  47. -kb
  48.  
  49. ; Ignore Include Files.
  50. -mi
  51.  
  52. ; Print all lines of file.
  53. -i0
  54. -f0
  55.  
  56. ; Print all pages of file.
  57. -I0
  58. -F0
  59.  
  60. ; Print line and page numbers starting with actual.
  61. -j0
  62. -J0
  63.  
  64. ; Set character pitch to pica - 10 characters per inch.
  65. -pp
  66.  
  67. ; Set page orientation to portrait.
  68. -op
  69.  
  70. ; Set page to single column.
  71. -s1
  72.  
  73. ; Set line spacing to 6 lines per inch.
  74. -l6
  75.  
  76. ; Set page margins to printer definition.
  77. -Et0b0l0r0
  78.  
  79. ; Print all pages of one side of paper.
  80. -Oa
  81.  
  82. ; Turn on word wrapping.
  83. -W
  84.  
  85. ; Do not truncate lines.
  86. -T0
  87.  
  88. ; Turn on line numbering.  Set to four digits, padded with zeros, followed
  89. ; by a colon.
  90. -n
  91. -N04:
  92.  
  93. ; Set page header to all pages.
  94. -h2
  95.  
  96. ; Set page header to show the following:
  97. ; File:  filename.ext (mm/dd/yy - hh:mm)  Printed:  mm/dd/yy - hh:mm  Page:  ## of ##
  98. ; where 'File', 'Printed', and 'Page' will be highlighted.
  99. -H"&h+File:&h- &fn (&fd1/ - &ft2:)&jc&h+Printed:&h- &cd1/ - &ct2:&jr&h+Page:&h- &pn2&pc of 2"
  100.  
  101. ; Set header gap to one line between header and first line of text
  102. -w1
  103.  
  104. ; Set banners to print before and after each file.
  105. -B3
  106.  
  107. ; Perform a page break on a form feed character.
  108. -Pp
  109.  
  110. ; Show print statistics at end.
  111. -Q
  112.  
  113. ; Turn on file stats before printing
  114. -q
  115.  
  116. ; Turn off print verification.
  117. -v-
  118.  
  119. ; Default output to printer port one.
  120. -r lpt1
  121.  
  122. ; Ask what to do when redirected to file and it exists.
  123. -ar
  124.  
  125. ; Turn on printer escape codes.
  126. -e
  127.  
  128. ; Turn off graphic character printing.
  129. -g-
  130.  
  131. ; Turn off sound for prompts and errors
  132. -y-
  133.  
  134. ; Don't print files with the following extensions during wildcard searches
  135. -z ".exe .com .obj .map .sys .bak .lib"
  136. end
  137.  
  138.  
  139.  
  140. ; This definition is useful for printing to the screen.  This assumes you
  141. ; have ANSI.SYS loaded.
  142.  
  143. begin Screen
  144. ; No headers
  145. -h0
  146.  
  147. ; redirect output to the console device (screen)
  148. -r con
  149.  
  150. ; Use the printer definition 'Screen'
  151. -d Screen
  152.  
  153. ; Pica pitch
  154. -pp
  155.  
  156. ; One column
  157. -s1
  158.  
  159. ; Allows escape codes
  160. -e
  161.  
  162. ; Turn on graphics for block tracing
  163. -g
  164.  
  165. ; No banner pages
  166. -B0
  167. end
  168.  
  169.  
  170.  
  171. ; This definition is used to get the most output per page.
  172. ; This assumes you can print compressed landscape, 8 lines per inch.
  173.  
  174. begin Small
  175. ; 8 lines per inch, landscape, compressed pitch, two columns, header every
  176. ; page, no whitespace after header
  177. -l8 -ol -pc -s2 -h2 -w0
  178. end
  179.  
  180.  
  181.  
  182. ; This definition is good for dumping plain text files.  No line numbers
  183. ; are shown.
  184.  
  185. begin Text
  186. ; block tracing off, comments off, escape codes sent, header first page only,
  187. ; 6 lines per inch, no line numbers, portrait, 10 pitch, one column, normal
  188. ; tabs stops, word wrapping off
  189. -b- -cn -kn -e -h1 -l6 -n- -op -pp -s1 -t8 -w1 -W-
  190. end
  191.